home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore the World of Software 1
/
Explore the World of Software (1994).iso
/
hrs.bat
< prev
next >
Wrap
DOS Batch File
|
1994-02-23
|
206b
|
19 lines
@echo off
lh hrslogo
:start
lh doshrs
if not exist c:\hrs_app.bat goto exit
echo starting program
call c:\hrs_app.bat
cls
cd \
echo returning to CD-ROM menu program
goto start
:exit